home *** CD-ROM | disk | FTP | other *** search
/ Megahits 6 / Megahits 6 (1995)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / time_ungepackt / time_361_390 / time_378 / listanalyzer / listanalyzer.doc / listanalyzer.doc
Text File  |  1995-07-15  |  7KB  |  170 lines

  1. *****************************************************************************
  2. *                                                                           *
  3. *                                                                           *
  4. *                          ListAnalyzer V1.0                                *
  5. *                                                                           *
  6. *                  Copyright 1994 by DEFECT Softworks                       *
  7. *                                                                           *
  8. *   The author makes no guarantee of any kind for the reliability of the    *
  9. *   software described in this documentation, and thereof he is in no way   *
  10. *   liable for any damages or loss of data directly or indirectly caused by *
  11. *   the  use or misuse  of this software. This documentation and the        *
  12. *   "ListAnalyzer" program  are provided  "as  is" without any warranty,    *
  13. *   either expressed or implied.                                            *
  14. *                                                                           *
  15. *   This package is freely distributable under the following conditions:    *
  16. *    1. No charge excepting reasonable media costs may be charged.          *
  17. *    2. The program and documentation may not be modified in any way.       *
  18. *    3. The whole package is copied.                                        *
  19. *                                                                           *
  20. *                      This program is Shareware!                           *
  21. *                                                                           *
  22. *   If you use it frequently, send 10DM or the same amount in other         *
  23. *   currencies to its author. If you want to, you can send 10 Disx, too.    *
  24. *                                                                           *
  25. *                                                                           *
  26. *                          Andreas Wiencke                                  *
  27. *                        Hamburger Allee 98                                 *
  28. *                          19063 Schwerin                                   *
  29. *                             Germany                                       *
  30. *                                                                           *
  31. *                         Tel: 0385/215778                                  *
  32. *                  E-Mail: Insider@SpyBox.shnet.org                         *
  33. *                                                                           *
  34. *                                                                           *
  35. *****************************************************************************
  36. 1. What is ListAnalyzer ?
  37. This is a program that is useful for people who often have to handle lists
  38. (e.g. with filenames).
  39. In case of the option you can choose, two lists are loaded, analyzed and
  40. compared. A destination file, containing special entries of the both lists,
  41. will be written to disk.
  42. 2. Format of the lists
  43. To guaranty that the program works correctly with all lists, they have to be
  44. in a standard format.
  45. The entries have to start in the first columm of a line and have to be
  46. seperated from each other by a "return" (= binary code 10)
  47. Most lists of archived files in BBS or lists generated by machine are in
  48. this format.
  49. If there are leading spaces in your strings and you want ListAnalyzer to
  50. ignor them, simply switch on the "Ignor leading spaces" option in the Menu!
  51. 3. start - how to use - functions of gadgets.
  52. To start "ListAnalyzer" doublclick on its icon or type its name from the
  53. Shell.
  54.  
  55. A window with the following gadgets will appear:
  56.  
  57. * Load List 1 ........... A filerequester appears and you have to choose the
  58.                           first list. It will be loaded and analyzed. The
  59.                           number of entries will be written in the status
  60.                           line.
  61.  
  62. * Load List 2 ........... See above, but the second list will be loaded.
  63.  
  64. * Save .................. A filerequester appears and you have to choose a
  65.                           destination file. The program now analyses both
  66.                           lists and writes special entries of both lists into
  67.                           the destination file. This may take some minutes
  68.                           if you have long lists. The entries still to do are
  69.                           written in the status line.
  70.  
  71. * About ................. some boring informations about the author.
  72. 4. Whats behind the MX gadgets ?
  73. By pressing one of the three knobs you can choose an option for saving the
  74. destination file.
  75.  
  76. a) all duplicates
  77.  
  78. All entries, that are present in the first and in the second list, will be
  79. written to the destination file.
  80.  
  81. example:
  82.  
  83. first list ...          second list ...        destination list ...
  84.  
  85. street                  girl                   book
  86. boy                     book                   tape
  87. computer                bundy
  88. book                    tape
  89. tape
  90. duck
  91.  
  92. b) all singles
  93.  
  94. All entries, that are present in the first list but not in the second list,
  95. will be written to the destination file.
  96.  
  97. example:
  98.  
  99. first list ...          second list ...        destination list ...
  100.  
  101. street                  girl                   street
  102. boy                     book                   boy
  103. computer                bundy                  computer
  104. book                    tape                   duck
  105. tape
  106. duck
  107.  
  108. c) all files
  109.  
  110. All entries of both lists will be written to the destination file. But if a
  111. file is present in both lists, it will only be written once.
  112.  
  113. example:
  114.  
  115. first list ...          second list ...        destination list ...
  116.  
  117. street                  girl                   street
  118. boy                     book                   boy
  119. computer                bundy                  computer
  120. book                    tape                   book
  121. tape                                           tape
  122. duck                                           duck
  123.                                                girl
  124.                                                bundy
  125.  
  126. In the drawer "examples" there are two lists. Try "ListAnalyzer" with this
  127. lists (or modify them) to understand the options.
  128. Try out the "Help mode", too to get some additional informations.
  129. 5. thanx and greets
  130. I want to thank Markus Sommarmyr, who gave me the inspiration to code this
  131. utility.
  132.  
  133. Thanx to Animal/Defect for drawing the logo and the icon.
  134.  
  135. Some handshakes fly to these guys ....
  136.  
  137. Janosh/Neoplasia , Crazy Copper/Defect , Buggs/Defect , Eagleeye/Defect ,
  138. Technoking/Unlimited ,  Dreamkiller/Unlimited , Lord Lech/Humbugs
  139.  
  140. I hope you like "ListAnalyzer" and that you can save a lot of work and time
  141. with this program.
  142.  
  143.                             _
  144.                          _ //
  145.                     Only \X/ Amiga makes it possible.
  146.  
  147. History:
  148.  
  149.      V1.0  * released 23.12.94
  150.            * first official release
  151.  
  152.      V1.1  * released 16.02.95
  153.            * added menus
  154.            * added keyboard control
  155.            * added "ignor leading spaces"
  156.            * added help mode
  157.            * did some speedup
  158.            * fixed some minor bugs   
  159.  
  160.